* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}
.a-slh{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul{
  list-style: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
.m-t-2 {
  margin-top: 20px;
}
.m-t-4 {
  margin-top: 40px;
}
.m-t-6 {
  margin-top: 60px;
}
.m-2 {
  margin: 20px auto;
}
.m-4 {
  margin: 40px auto;
}
.m-6 {
  margin: 60px auto;
}
.flex {
  display: flex;
}
.j-s {
  justify-content: space-between;
}
.j-c {
  justify-content: center;
}
.a-c {
  align-items: center;
}
.t-c {
  text-align: center;
}
.m-a {
  margin: 0 auto;
}
a {
  text-decoration: none;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.l-n{
  list-style: none;
}
.f-w{
  flex-wrap: wrap;
}